home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #10 / 1999 CD 10 (black).iso / Delphi / Norsk.exe / Get.exe / 0 / RCDATA / TFRMHELP / TFRMHELP.txt < prev   
Encoding:
Text File  |  1999-01-15  |  8.4 KB  |  369 lines

  1. object frmHelp: TfrmHelp
  2.   Left = 260
  3.   Top = 102
  4.   Width = 277
  5.   Height = 431
  6.   Caption = 'Bounzy Help 1.0'
  7.   Color = clWhite
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object check1: TImage
  17.     Left = 27
  18.     Top = 86
  19.     Width = 16
  20.     Height = 16
  21.     AutoSize = True
  22.     Picture.Data = {<image001.bmp>}
  23.   end
  24.   object check2: TImage
  25.     Left = 27
  26.     Top = 118
  27.     Width = 16
  28.     Height = 16
  29.     AutoSize = True
  30.     Picture.Data = {<image002.bmp>}
  31.   end
  32.   object check3: TImage
  33.     Left = 27
  34.     Top = 150
  35.     Width = 16
  36.     Height = 16
  37.     AutoSize = True
  38.     Picture.Data = {<image003.bmp>}
  39.   end
  40.   object check4: TImage
  41.     Left = 27
  42.     Top = 182
  43.     Width = 16
  44.     Height = 16
  45.     AutoSize = True
  46.     Picture.Data = {<image004.bmp>}
  47.   end
  48.   object lblBack: TLabel
  49.     Left = 16
  50.     Top = 360
  51.     Width = 41
  52.     Height = 20
  53.     Cursor = crHandPoint
  54.     Caption = 'Back'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clGreen
  57.     Font.Height = -16
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.     Visible = False
  62.     OnClick = lblBackClick
  63.   end
  64.   object lblOk: TLabel
  65.     Left = 230
  66.     Top = 360
  67.     Width = 25
  68.     Height = 20
  69.     Cursor = crHandPoint
  70.     Caption = 'OK'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clGreen
  73.     Font.Height = -16
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.     OnClick = lblOkClick
  78.   end
  79.   object Edit1: TEdit
  80.     Left = 48
  81.     Top = 209
  82.     Width = 46
  83.     Height = 16
  84.     BorderStyle = bsNone
  85.     Ctl3D = False
  86.     ParentCtl3D = False
  87.     TabOrder = 0
  88.     Text = 'Edit1'
  89.   end
  90.   object txtstarts: TEdit
  91.     Left = 48
  92.     Top = 84
  93.     Width = 185
  94.     Height = 20
  95.     Cursor = crHandPoint
  96.     TabStop = False
  97.     BorderStyle = bsNone
  98.     Ctl3D = False
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clBlue
  101.     Font.Height = -16
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = [fsBold]
  104.     ParentCtl3D = False
  105.     ParentFont = False
  106.     ReadOnly = True
  107.     TabOrder = 1
  108.     Text = 'Hvordan starte spillet.'
  109.     OnClick = txtstartsClick
  110.   end
  111.   object txtspilles: TEdit
  112.     Left = 48
  113.     Top = 116
  114.     Width = 177
  115.     Height = 24
  116.     Cursor = crHandPoint
  117.     TabStop = False
  118.     BorderStyle = bsNone
  119.     Ctl3D = False
  120.     Font.Charset = DEFAULT_CHARSET
  121.     Font.Color = clBlue
  122.     Font.Height = -16
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = [fsBold]
  125.     ParentCtl3D = False
  126.     ParentFont = False
  127.     ReadOnly = True
  128.     TabOrder = 2
  129.     Text = 'Hvordan spille spillet.'
  130.     OnClick = txtspillesClick
  131.   end
  132.   object txtTips: TEdit
  133.     Left = 48
  134.     Top = 148
  135.     Width = 185
  136.     Height = 24
  137.     Cursor = crHandPoint
  138.     TabStop = False
  139.     BorderStyle = bsNone
  140.     Ctl3D = False
  141.     Font.Charset = DEFAULT_CHARSET
  142.     Font.Color = clBlue
  143.     Font.Height = -16
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = [fsBold]
  146.     ParentCtl3D = False
  147.     ParentFont = False
  148.     ReadOnly = True
  149.     TabOrder = 3
  150.     Text = 'Tips & Trix'
  151.     OnClick = txtTipsClick
  152.   end
  153.   object txtKontakt1: TEdit
  154.     Left = 48
  155.     Top = 180
  156.     Width = 209
  157.     Height = 21
  158.     Cursor = crHandPoint
  159.     TabStop = False
  160.     BorderStyle = bsNone
  161.     Ctl3D = False
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clBlue
  164.     Font.Height = -16
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = [fsBold]
  167.     ParentCtl3D = False
  168.     ParentFont = False
  169.     ReadOnly = True
  170.     TabOrder = 4
  171.     Text = 'Hvordan komme i kontakt'
  172.     OnClick = txtKontakt1Click
  173.   end
  174.   object Edit6: TEdit
  175.     Left = 48
  176.     Top = 12
  177.     Width = 137
  178.     Height = 45
  179.     Cursor = crHandPoint
  180.     TabStop = False
  181.     BorderStyle = bsNone
  182.     Ctl3D = False
  183.     Font.Charset = ANSI_CHARSET
  184.     Font.Color = clBlack
  185.     Font.Height = -32
  186.     Font.Name = 'AdLib BT'
  187.     Font.Style = [fsBold]
  188.     ParentCtl3D = False
  189.     ParentFont = False
  190.     ReadOnly = True
  191.     TabOrder = 5
  192.     Text = 'Bounzy'
  193.   end
  194.   object Edit7: TEdit
  195.     Left = 178
  196.     Top = 32
  197.     Width = 81
  198.     Height = 24
  199.     Cursor = crHandPoint
  200.     TabStop = False
  201.     BorderStyle = bsNone
  202.     Ctl3D = False
  203.     Font.Charset = ANSI_CHARSET
  204.     Font.Color = clBlack
  205.     Font.Height = -15
  206.     Font.Name = 'Abadi MT Condensed'
  207.     Font.Style = [fsBold]
  208.     ParentCtl3D = False
  209.     ParentFont = False
  210.     ReadOnly = True
  211.     TabOrder = 6
  212.     Text = 'Version 1.0'
  213.   end
  214.   object txtKontakt2: TEdit
  215.     Left = 48
  216.     Top = 204
  217.     Width = 201
  218.     Height = 24
  219.     Cursor = crHandPoint
  220.     TabStop = False
  221.     BorderStyle = bsNone
  222.     Ctl3D = False
  223.     Font.Charset = DEFAULT_CHARSET
  224.     Font.Color = clBlue
  225.     Font.Height = -16
  226.     Font.Name = 'MS Sans Serif'
  227.     Font.Style = [fsBold]
  228.     ParentCtl3D = False
  229.     ParentFont = False
  230.     ReadOnly = True
  231.     TabOrder = 8
  232.     Text = 'skaperen av spillet.'
  233.     OnClick = txtKontakt2Click
  234.   end
  235.   object memstarts: TMemo
  236.     Left = 27
  237.     Top = 84
  238.     Width = 230
  239.     Height = 261
  240.     BorderStyle = bsNone
  241.     Ctl3D = False
  242.     Font.Charset = DEFAULT_CHARSET
  243.     Font.Color = clWindowText
  244.     Font.Height = -16
  245.     Font.Name = 'MS Sans Serif'
  246.     Font.Style = []
  247.     Lines.Strings = (
  248.       'Det er faktisk bare en m∩┐╜te ∩┐╜ '
  249.       'starte dette spillet p∩┐╜. Man m∩┐╜ '
  250.       'trykke p∩┐╜ "Start" knappen til '
  251.       'h∩┐╜yre. '
  252.       '      Man kan ogs∩┐╜ trykke p∩┐╜ '
  253.       '"Pause" knappen for at spillet '
  254.       'skal ta en pause. Da starter man '
  255.       'spillet igjen med ∩┐╜ trykke p∩┐╜ '
  256.       '"Start" knappen. ')
  257.     ParentCtl3D = False
  258.     ParentFont = False
  259.     ReadOnly = True
  260.     TabOrder = 11
  261.     Visible = False
  262.   end
  263.   object memSpilles: TMemo
  264.     Left = 27
  265.     Top = 84
  266.     Width = 230
  267.     Height = 261
  268.     BorderStyle = bsNone
  269.     Ctl3D = False
  270.     Font.Charset = DEFAULT_CHARSET
  271.     Font.Color = clWindowText
  272.     Font.Height = -16
  273.     Font.Name = 'MS Sans Serif'
  274.     Font.Style = []
  275.     Lines.Strings = (
  276.       '   N∩┐╜r "Get me" knappen har '
  277.       'begynt ∩┐╜ r∩┐╜re p∩┐╜ seg, s∩┐╜ er '
  278.       'det bare om ∩┐╜ gj∩┐╜re ∩┐╜ trykke '
  279.       'p∩┐╜ den flest ganger f∩┐╜r tiden '
  280.       'har g∩┐╜tt ut. '
  281.       '   Hvor mange '
  282.       'ganger du har troffet den kan '
  283.       'du se i "Textboxen" ∩┐╜verst til '
  284.       'h∩┐╜yre. Tiden du har igjen kan '
  285.       'du se i "Textboksen" du har '
  286.       'nest ∩┐╜vers til h∩┐╜yre. '
  287.       '   Hvis du trykker p∩┐╜ "Edit" '
  288.       'p∩┐╜ menyen ∩┐╜verst, og '
  289.       'deretter p∩┐╜ "Best", s∩┐╜ kan du '
  290.       'se hva den h∩┐╜yeste '
  291.       'poengsummen har v∩┐╜rt mens '
  292.       'du har spillt. For ∩┐╜ f∩┐╜ bort Best'
  293.       'igjen m∩┐╜ du enten trykke p∩┐╜'
  294.       'bildet som kom frem eller p∩┐╜'
  295.       'start knappen..')
  296.     ParentCtl3D = False
  297.     ParentFont = False
  298.     ReadOnly = True
  299.     ScrollBars = ssVertical
  300.     TabOrder = 10
  301.     Visible = False
  302.   end
  303.   object memTips: TMemo
  304.     Left = 27
  305.     Top = 82
  306.     Width = 230
  307.     Height = 263
  308.     BorderStyle = bsNone
  309.     Ctl3D = False
  310.     Font.Charset = DEFAULT_CHARSET
  311.     Font.Color = clWindowText
  312.     Font.Height = -16
  313.     Font.Name = 'MS Sans Serif'
  314.     Font.Style = []
  315.     Lines.Strings = (
  316.       '-   Ikke stress.'
  317.       ''
  318.       '-   Pr∩┐╜v ∩┐╜ ikke se p∩┐╜ tiden. Det '
  319.       '    bruker du tid p∩┐╜.'
  320.       ''
  321.       '-   Trykk p∩┐╜ museknappen '
  322.       '    hele tiden, selv om du ikke '
  323.       '    tror du treffer den. Da vil du '
  324.       '    av og til treffe knappen uten '
  325.       '    at du mener det, og det '
  326.       '    tjener du poeng p∩┐╜.'
  327.       ''
  328.       '-   Hvis du f∩┐╜lger disse r∩┐╜dene, '
  329.       '    og ∩┐╜ver litt, s∩┐╜ burde det '
  330.       '    v∩┐╜re mulig ∩┐╜ f∩┐╜ over 30 '
  331.       '    poeng.')
  332.     ParentCtl3D = False
  333.     ParentFont = False
  334.     ReadOnly = True
  335.     ScrollBars = ssVertical
  336.     TabOrder = 9
  337.     Visible = False
  338.   end
  339.   object memKontakt: TMemo
  340.     Left = 24
  341.     Top = 106
  342.     Width = 233
  343.     Height = 239
  344.     BorderStyle = bsNone
  345.     Ctl3D = False
  346.     Font.Charset = DEFAULT_CHARSET
  347.     Font.Color = clWindowText
  348.     Font.Height = -16
  349.     Font.Name = 'MS Sans Serif'
  350.     Font.Style = []
  351.     Lines.Strings = (
  352.       '   Hvis du har sp∩┐╜rsm∩┐╜l, klager '
  353.       'eller av en annen grunn trenger '
  354.       '∩┐╜ komme i kontakt med '
  355.       'skaperen av dette spillet, s∩┐╜ er '
  356.       'den letteste m∩┐╜ten ∩┐╜ gj∩┐╜re dette '
  357.       'p∩┐╜ ∩┐╜ sende en E-mail til E-mail '
  358.       'adressen som kommer frem hvis '
  359.       'du trykker "Help", "About", p∩┐╜ '
  360.       'filmenyen. S∩┐╜ skal jeg sende et '
  361.       'svar s∩┐╜ fort som mulig.')
  362.     ParentCtl3D = False
  363.     ParentFont = False
  364.     ReadOnly = True
  365.     TabOrder = 7
  366.     Visible = False
  367.   end
  368. end
  369.